From 8cc36849399fc4cd04852f6046457f4038e1e8be Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Wed, 30 Apr 2025 09:45:00 +0200 Subject: [PATCH] Drop obsolete patches --- debian/patches/libsamplerate.patch | 21 --------------------- debian/patches/series | 1 - 2 files changed, 22 deletions(-) delete mode 100644 debian/patches/libsamplerate.patch diff --git a/debian/patches/libsamplerate.patch b/debian/patches/libsamplerate.patch deleted file mode 100644 index ead355c..0000000 --- a/debian/patches/libsamplerate.patch +++ /dev/null @@ -1,21 +0,0 @@ -Description: Build against system's libsamplerate -Author: IOhannes m zmölnig -Origin: Debian -Forwarded: no -Last-Update: 2025-01-26 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- jacktrip.orig/meson.build -+++ jacktrip/meson.build -@@ -354,8 +354,9 @@ - opt_var.add_cmake_defines({'CMAKE_BUILD_TYPE': 'Debug'}) - endif - opt_var.add_cmake_defines({'CMAKE_POSITION_INDEPENDENT_CODE': 'ON'}) -- libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var) -- libsamplerate_dep = libsamplerate_subproject.dependency('samplerate') -+ #libsamplerate_subproject = cmake.subproject('libsamplerate', options: opt_var) -+ #libsamplerate_dep = libsamplerate_subproject.dependency('samplerate') -+ libsamplerate_dep = dependency('samplerate', required: get_option('libsamplerate')) - found_libsamplerate = libsamplerate_dep.found() - if not found_libsamplerate and not get_option('libsamplerate').auto() - error('failed to configure libsamplerate') diff --git a/debian/patches/series b/debian/patches/series index 8bfc9fa..2bbe444 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ gui-launcher.patch dont_compress_manpages.patch -libsamplerate.patch -- 2.30.2